home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 12 / BBS in a box XII-1.iso / Files / Art / Art Tools / RgnMaster 1.0.sit / RgnMaster ƒ / Source / Utils / DialogUtils.h < prev    next >
Encoding:
Text File  |  1994-03-27  |  508 b   |  8 lines  |  [TEXT/KAHL]

  1. void PushButton(DialogPtr theDialog, short theItem);
  2. void GetDItemRect(DialogPtr theDialog, short theItem, Rect *theRect);
  3. void SetDItemText(DialogPtr theDialog, short theItem, Str255 iText);
  4. void SetUserProc(DialogPtr theDialog, short theItem, ProcPtr theProc);
  5. pascal void FrameGrayRect(DialogPtr theDialog, short theItem);
  6. pascal void FrameItemRect(DialogPtr theDialaog, short theItem);
  7. Handle GetDItemHdl(DialogPtr theDialog, short theItem);
  8. void OutlineDefaultButton(DialogPtr theDialog, short theItem);